Welcome![Sign In][Sign Up]
Location:
Search - three step

Search list

[Graph programmotionE

Description: 实现了视频帧中的全搜索和三步搜索运动估计,得到运动矢量,对新手很有帮助-video frame to achieve the full search and three-step search motion estimation, motion vector is the novice helpful
Platform: | Size: 3072 | Author: yy | Hits:

[Technology ManagementSecondgenerationwavelettransform

Description: 介绍了比较新颖的二代小波变换技术,即通过分裂、预测和更新三个步骤实现小波变换 的方法,并且把这种技术成功的应用于图像融合技术中。实践表明,这是一种比较成功的图像融合解 决方案。-Introduced a relatively new technology of second generation wavelet transform, that is, through the split, predict and update the three-step realization of wavelet transform methods, and to the success of this technology applied to image fusion technology. Practice shows that this is a more successful image fusion solution.
Platform: | Size: 144384 | Author: | Hits:

[Special Effects3Ssearch

Description: 三步搜索法运动估计,用于视频处理的学习和论文-Three-step search motion estimation for video processing of the study and thesis
Platform: | Size: 1024 | Author: yuan qg | Hits:

[matlabmotionEstNTSS

Description: 新三步搜索算法对三步算法进行了适当的改进,在一定程度上弥补了TSS算法在估计细小运动时的不足,并加入了半途中止的策略,进一步提高了搜索精度 -The new three-step search algorithm for three-step algorithm to improve the appropriate, to a certain extent make up for the TSS algorithm in estimating the inadequacy of a small movement, and joined the mid-suspension strategy to further improve the search accuracy
Platform: | Size: 2048 | Author: 赵光 | Hits:

[AlgorithmSplit-Step-Fourier

Description: 这个Matlab的m代码解决了薛定谔方程,沿着带宽频率和相位偏移,显示三维图像。-The Matlab m-code to solve the Schrodinger equation along the bandwidth of the frequency and phase offset, showing three-dimensional image.
Platform: | Size: 51200 | Author: 雷锋 | Hits:

[Special Effectsmy_3_STEP_search

Description: 标准三步搜索法,用matlab实现,经过实验效果还可以-Standard three-step search method, using matlab to achieve, after the experimental effect can also be
Platform: | Size: 2048 | Author: 张居正 | Hits:

[Special Effects8951245521

Description: 新三步搜索算法考虑了块矢量中心偏移的特性,在初步搜索时对中心周围的 位置同时做了匹配运算。在物体做小范围运动时,这种改进很有效,可以大大减少运算量,然而,在物体做大范围运动时,这种改进却带来了额外的运算量。现实的情况经常是物体既有小范围的偏移,也有大范围的运动。因此,在考虑块匹配算法时,既要照顾块的中心偏移特性,也要兼顾块的大范围运动。四步搜索 (Four-Step Search FSS)能够兼顾两种情况,可以得到较好的性能。 -The new three-step search algorithm to consider the block vector offset characteristics of the Center, in the initial search around the location of the center has done a matching operation at the same time. Done in small-scale movement of objects, this improvement is very effective, can greatly reduce the computational complexity, however, expand the scope of movement in the objects, this improvement has brought about additional computing capacity. Reality both objects are often small-scale migration, there are a wide range of movement. Therefore, in considering the block-matching algorithms, it is necessary to take care of the center block offset characteristics, but also take into account the large-scale block movement. Four-step search (Four-Step Search FSS) to take into account both cases, you can get a better performance.
Platform: | Size: 16384 | Author: 罗鹏 | Hits:

[Special Effectstss

Description: YUV视频文件二维运动估计中的三步法源程序,可以直接运行!-Three Step Search
Platform: | Size: 558080 | Author: 刘丽琛 | Hits:

[VHDL-FPGA-Verilogstep

Description: 基于Quartus开发平台的3相6拍的步进电机-Quartus development platform based on the three-phase stepper motor 6 shooting. . . . . . . . . . . . .
Platform: | Size: 452608 | Author: Fantasy | Hits:

[matlabmotionEstTSS

Description: Implementation of the TSS (three step search) algorithm in matlab which is used for motion estimation and compensation technique for macro blocks.
Platform: | Size: 2048 | Author: naim12345 | Hits:

[Special EffectsThree_Step_Search

Description: 三步搜索算法是原始的比较经典的块搜索法,是块运动中比较常用且算法简单的搜索方法-Three-step search algorithm is a comparison of the original classic block search method is to block movement of the more common and simple algorithm search method
Platform: | Size: 558080 | Author: 顾科睿 | Hits:

[Streaming Mpeg4yundong-guji-pipei

Description: matlab平台的一些运动估计块匹配算法,包括3步法,新3步法,4步法,菱形搜索-motionsEstAnalysis.m——Script to execute all Algorithms motionEstES.m——Exhaustive Search Algorithm motionEstTSS.m——Three Step Search Algorithm motionEstNTSS.m——New Three Step Search Algorithm motionEstSESTSS.m——Simple And Efficient Search Algorithm motionEst4SS.m——Four Step Search Algorithm motionEstDS.m——Diamond Search Algorithm motionEstARPSm——Adaptive Root Pattern Search Algorithm costFuncMAD.m——Mean Absolute Difference Function minCost.m ——minimum cost among macro blocks motionComp.m——motion compensated image creator imgPSNR.m ——finds image PSNR w.r.t. reference image
Platform: | Size: 498688 | Author: lsr | Hits:

[OpenGL programBlockMatch

Description: H.264中的运动估计中的BMA(块匹配算法),共有三种方法,三步搜索法,全局搜索法,二维对数搜索法-H.264 motion estimation in the BMA (fast matching algorithm), a total of three methods, three-step search method, global search method, two-dimensional logarithmic search method
Platform: | Size: 7340032 | Author: | Hits:

[matlabBasicMotionVectorEstimation

Description: 运动估计块匹配算法 以下是工程中m文件的简单注释: main.m 可通过主函数调用各种基本的块匹配算法 FullSearch.m 全搜索法(又称为Exhaustive Search) ThreeStepSearch.m 三步搜索法(Three Step Search) NewTSS.m 新三步搜索法(New Three Step Search Algorithm) SESTSS.m 简便高效的三步搜索法(Simple And Efficient TSS) FourSS.m 四步搜索法(Four Step Search) DS.m 菱形搜索法(Diamond Search) ARPS.m 自适应路径搜索法(Adaptive Root Pattern Search) costFuncMAD.m 绝对误差均值函数 minCost.m 宏块间代价最小块 motionComp.m 图像重建 imgPSNR.m 计算图像的PSNR值-Block matching motion estimation algorithm The following is a simple project m file comments: main.m calls through the main function of basic block matching algorithm FullSearch.m full search method (also known as the Exhaustive Search) ThreeStepSearch.m three-step search method (Three Step Search) NewTSS.m new three-step search method (New Three Step Search Algorithm) SESTSS.m simple and efficient three-step search method (Simple And Efficient TSS) FourSS.m four-step search method (Four Step Search) DS. m diamond search method (Diamond Search) ARPS.m adaptive path search method (Adaptive Root Pattern Search) costFuncMAD.m mean absolute error between the cost of the function minCost.m macroblock most small motionComp.m calculated image reconstruction imgPSNR.m image PSNR value
Platform: | Size: 4724736 | Author: alan | Hits:

[matlabtreestep

Description: 针对视频的运动估计的新三步搜索法,内附源码及实验数据。-Motion estimation for video of the new three-step search method, containing source code and experimental data.
Platform: | Size: 2444288 | Author: summer | Hits:

[Mathimatics-Numerical algorithmsthree-step

Description: 三步搜索法帧间预测匹配算法的源文件很全很完美的源文件-Three-step search method
Platform: | Size: 22528 | Author: 李明珠 | Hits:

[matlabmatlab

Description: 文中基于耦合模理论和简化的阶跃折射率单模光纤三层模型的包层模理论,提出了长周期光纤光栅的传输谱特性仿真的主要步骤及 matlab程序实现,为长周期光纤光栅的数值仿真提供了一种简便的方法-Text-based coupled mode theory and a simplified three-step-index single-mode fiber cladding mode theory model, proposed long-period fiber grating transmission spectrum characteristics of the main steps and matlab simulation program implementation, as the value of long-period fiber grating Simulation provides an easy way to
Platform: | Size: 307200 | Author: 追风人 | Hits:

[File Formatthree-step

Description: 三步相移的图片资料 来i自美国一个专家的手稿 可以参考他的用法和技术-Three-step phase shift of the pictures i from the manuscript of an expert in the United States can refer to the usage and technical
Platform: | Size: 12182528 | Author: 朱少宇 | Hits:

[OtherA-note-on-three-step-iterative

Description: 对三步法迭代算法进行了概述和分析,作者是该领域的著名学者-On the three-step iterative algorithm provides an overview and analysis, the author is well-known scholar in the field
Platform: | Size: 152576 | Author: xhdre | Hits:

[OtherBLDCM-based-on-three-step-startup

Description: 无刷直流电机 无位置传感器 三段式启动 反电动势过零换向-BLDCM sensorless three-step start BEF-zero detction
Platform: | Size: 9885696 | Author: 武亚恒 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 23 »

CodeBus www.codebus.net